home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000204_fdc@columbia.edu_Fri Jan 10 09:25:50 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  56 lines

  1. Article: 13993 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: urgent help please connection lost in file transfer ???
  6. Date: 10 Jan 2003 09:25:36 -0500
  7. Organization: Columbia University
  8. Lines: 39
  9. Message-ID: <avml50$89t$1@watsol.cc.columbia.edu>
  10. References: <cfdef9ee.0301100554.d76084c@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1042208737 5733 128.59.39.139 (10 Jan 2003 14:25:37 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 10 Jan 2003 14:25:37 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13993
  16.  
  17. In article <cfdef9ee.0301100554.d76084c@posting.google.com>,
  18. yoyo <myahya@yahoo.com> wrote:
  19. : i am using kermit 7 on linux and kermit 95 on win 2k pc.
  20. : now i need to download some files from linux box to win 2k for which i
  21. : have created two scripts that run on these machine which automates the
  22. : process .
  23. : every thing works well but with some files (which i have noticed are
  24. : larger in size 27-30k compared to others) the connection is lost after
  25. : the files are transfeered and so the other files are not transferred
  26. : in that session .
  27. :
  28. You'll need to provide details.  What kind of connection do you have?
  29. Which computer is making the connection?  If it's a serial-port or
  30. modem connection, what are the communication parameters (speed, flow
  31. control, etc)?  Are you transferring the files in binary mode or text
  32. mode?  etc etc.  For hints about preparing a problem report, see:
  33.  
  34.   http://www.columbia.edu/kermit/support.html
  35.  
  36. : i am using the retrieve command that moves and then deletes the file
  37. : from the source , so in this case the big file is transferred and then
  38. : the connection is lost and the file is not deleted at source , so the
  39. : next time the connection is made the same thing happen and basically
  40. : it gets stuck in that loop unless i manuall delete that file from the
  41. : source.
  42. :
  43. If the file was transferred successfully, it would have been deleted.
  44. The fact that it was not deleted suggests that it was not fully transferred
  45. (or if it was, then the handshake at the very of the transfer by which the
  46. receiver lets the sender know it was fully received did not complete).
  47.  
  48. By the way, it is quite possible to reestablish broken connections
  49. automatically and, if you are transferring files in binary mode, to resume
  50. interrupted transfers from the point of failure.  See, for example, the
  51. "deliver" script in the Kermit script library:
  52.  
  53.   http://www.columbia.edu/kermit/ckscripts.html
  54.  
  55. - Frank
  56.